home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-04-23 | 635 b | 20 lines | [TEXT/CWIE] |
- // ===========================================================================
- // MetroNubUtils.h ©1996 Metrowerks Inc. All rights reserved.
- // ===========================================================================
-
- #ifndef __MetroNubUtils__
- #define __MetroNubUtils__
-
- #include <Types.h>
-
-
- Boolean IsMetroNubInstalled(); // returns true if a compatible version
- // of MetroNub is installed
-
- Boolean IsMWDebuggerRunning(); // returns true if the Metrowerks debugger
- // is running
-
- Boolean AmIBeingMWDebugged(); // returns true if this process is being
- // debugged by the Metrowerks debugger
-
- #endif